home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / network / ka9q / ka9q_st.arc / README.USA < prev   
Text File  |  1988-12-02  |  4KB  |  82 lines

  1.                                 July 11, 1988
  2.  
  3.         Notes on the DK2GG Atari ST version of KA9Q's TCP/IP
  4.  
  5.                          Fred Goldstein k1io
  6.  
  7. Here's a short version of the DK2GG "plug and play" adaptation of
  8. the Phil Karn et al Internet software package.  It appears to be
  9. mainly based on version 871225.4 with additions from 871225.16.
  10. Dan Frank's NET/ROM support is also included.
  11.  
  12. This abridged archive doesn't contain everything.  The release
  13. notes (Atari specific) are included, but full documentation is
  14. not; in general it follows the common instructions.  No mailer
  15. is included:  The disk I received had a corrupt file header for 
  16. BM.TOS so I couldn't even copy it.  No editor is included, either;
  17. BM.TOS looks for MG.TOS (MicroGnuEmacs).  Note that the file NET.RC
  18. is the one read by NETNR.TOS when it starts up; AUTOEXEC.NET
  19. is included because it contains the descriptions of the various
  20. standard parameters.
  21.  
  22. This appears to be workable but temporary; when a newer version
  23. is received (or the mailer), I'll post it.
  24.       fred
  25.  
  26. -=-=-=-=-=-=-=-=-=-=-=-
  27.  
  28. December 2, 1988
  29.             Howard Chu    hyc@umix.cc.umich.edu
  30.  
  31.  
  32. This version of NET has been fixed up a great deal to work with
  33. Mark Williams C 3.0.6. My copies of many of the source files
  34. were corrupt on receipt (they passed the ARC CRC, so I presume
  35. they were damaged before archiving...) so I had to patch several
  36. files with a PC version of the sources. (Lucky me, working on
  37. 871225.25 instead of .4 or .16...) A few consequences to note:
  38.  
  39.     Most of the netrom source files were damaged. The PC
  40. sources had nothing comparable, so I removed netrom from this
  41. binary. The AX25 and KISS support also was interwoven with the
  42. netrom stuff, so none of that is compiled in either. What's
  43. left? Just Unix SLIP and MIT SLFP. I ported the SLFP code from
  44. the PC version written by Bill Doster. (Fairly easy port...)
  45. [FYI - Merit supports dial-up SLFP, which means anyone in Michigan
  46. can get on the Internet with just a PC (er... ST), a modem,
  47. KA9Q, and a local phone call.... I dunno who around CMU or MIT
  48. uses the protocol.]
  49.  
  50. New things that aren't talked about anywhere else:
  51.  
  52.     I added support for the "remote" server. This allows issuing
  53. a command to exit or reboot remotely. (Simple stuff, though I
  54. haven't actually used it yet.)
  55.  
  56.     I made numerous changes to the ST specific code, almost
  57. entirely contained in ST.C. One noticable change is that tracing
  58. to the alternate screen now works with both 25 and 50 line displays.
  59. NET looks for an environment variable NROWS, which Gulam will
  60. automatically set if you change the default screen size.
  61.  
  62.     The command shell is searched for in the environment
  63. variable SHELL, which must have a fully qualified pathname. If
  64. not found, I used "\bin\gulam.prg" as the default. (Would probably
  65. be a good idea to make the exec search down the path, I was just
  66. too lazy to get it done now.)
  67.  
  68.     The net.rc files provided didn't describe any of the ST
  69. specifics of the attach command very well. It's important to note
  70. that you probably don't want to use "AUX: 1" as your address/vector
  71. pair - they both refer to the same device. Maybe this is necessary
  72. for AX25, but for SLFP the auto-echo is a big kill. Also, for SLFP,
  73. you can add an 8th field to the attach command for a string to send
  74. out the serial port before establishing an IP session. (Obviously
  75. this is intended for dialing a modem...) I noticed that this didn't
  76. always successfully dial my modem, so you'll probably have to give
  77. it a few tries too... If you get tired of waiting for the SLFP
  78. session to get established, hit the F10 key.
  79.  
  80. Hmm... That's about all I can think of right now. Have fun...
  81.   -- Howard
  82.